home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on mouseDown
- set sp to the clickOn
- case sp of
- 2:
- set the visible of sprite 2 to 0
- updateStage()
- bsound()
- set the visible of sprite 2 to 1
- updateStage()
- go(1, "menu")
- 3:
- set the visible of sprite 3 to 0
- updateStage()
- bsound()
- set the visible of sprite 3 to 1
- updateStage()
- go(1, "ura")
- 4:
- set the visible of sprite 4 to 0
- updateStage()
- bsound()
- set the visible of sprite 4 to 1
- updateStage()
- quit()
- 5:
- go(104)
- 6:
- go(105)
- 7:
- go(106)
- 8:
- go(107)
- 9:
- go(108)
- 10:
- go(109)
- 11:
- go(110)
- 12:
- go(111)
- 13:
- go(112)
- 14:
- go(113)
- 15:
- go(114)
- end case
- end
-